home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Storage / TransltB.cpp < prev    next >
Encoding:
Text File  |  1996-04-22  |  771 b   |  27 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        TransltB.cpp
  3.  
  4.     Contains:    Implementation of ODBaseTranslation
  5.  
  6.     Owned by:    Vincent Lo
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <7>      8/3/95    RR        #1257260: Collapse B classes. Remove
  13.                                     somInit methods. Don't call IsInitialized
  14.                                     or SubclassResponsibility
  15.          <6>     5/26/95    VL        1251403: Multithreading naming support.
  16.          <5>     3/27/95    CC        1231902: Added ODSession parameter to
  17.                                     InitTranslation().
  18.          <4>    12/20/94    VL        1195012: Make Storage calls be
  19.                                     marshallable.
  20.          <3>     8/16/94    VL        1180054: TypeSet should be TypeList.
  21.          <2>     7/26/94    VL        Added SubClassResponsibility.
  22.          <1>     6/28/94    VL        first checked in
  23.  
  24.     To Do:
  25. */
  26.  
  27. // No platform-independent code at this time